Whitespace

This commit is contained in:
Juergen Spitzmueller 2022-02-15 12:50:25 +01:00
parent 58b8eda64f
commit 895de6f960

View File

@ -116,11 +116,11 @@ public:
docstring docbooktag;
docstring docbooktagtype;
docstring docbookattr;
/// Whether this argument should be output after the main tag (default: inside). The result if the argument
/// should be output both before and after the main tag is undefined.
/// Whether this argument should be output after the main tag (default: inside). The result if the argument
/// should be output both before and after the main tag is undefined.
bool docbookargumentbeforemaintag = false;
/// Whether this argument should be output before the main tag (default: inside). The result if the argument
/// should be output both before and after the main tag is undefined.
/// Whether this argument should be output before the main tag (default: inside). The result if the argument
/// should be output both before and after the main tag is undefined.
bool docbookargumentaftermaintag = false;
};
///