Switch to unified view

a/src/conftree.h b/src/conftree.h
...
...
157
157
158
    /** Clear, then reparse from string */
158
    /** Clear, then reparse from string */
159
    void reparse(const std::string& in);
159
    void reparse(const std::string& in);
160
160
161
    /** Clear all content */
161
    /** Clear all content */
162
    void clear() {
162
    int clear();
163
        m_submaps.clear();
164
        m_order.clear();
165
    }
166
163
167
    /**
164
    /**
168
     * Get string value for named parameter, from specified subsection (looks 
165
     * Get string value for named parameter, from specified subsection (looks 
169
     * in global space if sk is empty).
166
     * in global space if sk is empty).
170
     * @return 0 if name not found, 1 else
167
     * @return 0 if name not found, 1 else