Reformat tag lists in doxygen documentation
Reformat the tables of unsupported and ignored tags. Previous table format was not maintainable. Changing to use multi-column lists, so that entries can be easily sorted and updated. The displayed order is now by row instead of by column, which is decidedly easier to read. Other than removing duplicates, no change to content.
This commit is contained in:
parent
08ff05c14c
commit
1ac371369e
2 changed files with 257 additions and 378 deletions
|
|
@ -65,6 +65,10 @@ div.diagram {
|
|||
font-family: "Courier New", Courier, "Courier 10 Pitch", monospace;
|
||||
}
|
||||
|
||||
div.diagram li {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
ul li p {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue