Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h
...
...
356
    return m_synthAbsLen;
356
    return m_synthAbsLen;
357
    }
357
    }
358
    /** Get document for given udi
358
    /** Get document for given udi
359
     *
359
     *
360
     * Used by the 'history' feature, and to retrieve ancestor documents.
360
     * Used by the 'history' feature, and to retrieve ancestor documents.
361
     * @param udi the unique document identifier
361
     * @param udi The unique document identifier.
362
     * @param idxdoc used when there are several index as an opaque way to pass
362
     * @param idxdoc A document from the same database as an opaque way to pass
363
     *   the index id. Use a doc from the same index 
363
     *   the database id (e.g.: when looking for parent in a multi-database 
364
     *   (e.g.: when looking for parent), 
364
     *   context).
365
     * @param doc the output doc
365
     * @param[out] doc The output Recoll document.
366
     * @return True for success.
366
     */
367
     */
367
    bool getDoc(const string &udi, const Doc& idxdoc, Doc &doc);
368
    bool getDoc(const string &udi, const Doc& idxdoc, Doc &doc);
368
369
369
    /** Test if documents has sub-documents. 
370
    /** Test if documents has sub-documents. 
370
     *
371
     *