mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
DocBook: fix a typo in comments and improve docs.
This commit is contained in:
parent
c8c1c15631
commit
43d096f647
@ -582,7 +582,8 @@ private:
|
|||||||
bool docbooksection_;
|
bool docbooksection_;
|
||||||
/// Whether this tag must/can/can't go into an <info> tag (default: never, as it only makes sense for metadata).
|
/// Whether this tag must/can/can't go into an <info> tag (default: never, as it only makes sense for metadata).
|
||||||
mutable std::string docbookininfo_;
|
mutable std::string docbookininfo_;
|
||||||
/// Wehther this paragraph should be considered as abstract.
|
/// Whether this paragraph should be considered as abstract. Such paragraphs are output as a part of the document
|
||||||
|
/// abstract element (corresponding to the root tag).
|
||||||
bool docbookabstract_;
|
bool docbookabstract_;
|
||||||
/// Whether this element (root or not) does not accept text without a section (i.e. the first text that is met
|
/// Whether this element (root or not) does not accept text without a section (i.e. the first text that is met
|
||||||
/// in LyX must be considered as the abstract if this is true); this text must be output with the specific tag
|
/// in LyX must be considered as the abstract if this is true); this text must be output with the specific tag
|
||||||
|
Loading…
Reference in New Issue
Block a user