]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
Routines to retrieve HTML style information.
[lyx.git] / src / BiblioInfo.h
index b311a36a6cd147c7da675c2431773cb13d154c9c..e265045ba03bb843be5076f0ba91c994648f76e9 100644 (file)
@@ -87,7 +87,9 @@ public:
        ///
        docstring entryType() const { return entry_type_; }
 private:
-       /// like operator[], except it will also check the given xref
+       /// like operator[], except, if the field is empty, it will attempt
+       /// to get the data from xref BibTeXInfo object, which would normally
+       /// be the one referenced in the crossref field.
        docstring getValueForKey(std::string const & key, 
                        BibTeXInfo const * const xref = 0) const;
        /// true if from BibTeX; false if from bibliography environment