1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-12 21:30:29 +02:00

Some Fixes for HTML Docs Generated by LDoc (#60)

* LDoc: set min-height for "content" element
* LDoc: move generation script to .ldoc directory
* LDoc: add some output messages to gendoc.sh script
* LDoc: copy inventory image textures to reference dir instead of linking to remote files.
* LDoc: hack to compensate for "shields:" prefix being trimmed from item names
* Fix helmet_diamond & chestplate_crystal names in docstrings
This commit is contained in:
Jordan Irwin
2021-07-31 05:03:20 -07:00
committed by GitHub
parent c790b20169
commit da78601a77
8 changed files with 106 additions and 67 deletions

View File

@ -193,6 +193,7 @@ table.index td { text-align: left; vertical-align: top; }
border-left: 2px solid #cccccc;
border-right: 2px solid #cccccc;
background-color: #ffffff;
min-height: 425px;
}
#about {