From a2e7e2b8a07a21c148e6c6302e9a8588cb70874d Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 19 Nov 2024 11:24:54 -0600 Subject: [PATCH] document the align attribute --- src/doxy/mainpage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doxy/mainpage.md b/src/doxy/mainpage.md index e904ea5f..eddf4d58 100644 --- a/src/doxy/mainpage.md +++ b/src/doxy/mainpage.md @@ -91,6 +91,7 @@ The `` tag accepts the following attributes: * `framed` - See **Common Attributes** above. Defaults to `false`. * `outline` - See **Common Attributes** above. * `underline` - If true, the text will be underlined. +* `align` - `right` or `left`. Defaults to `left`. * `fromlist`, `font`, `size`, `color`, `colour`, `def-key` - See **Common Attributes** above.