docs: bringing in doxygen-awesome-css, added more inline documentation
The doxygen-awesome-css project is just a nice, simple, customizable CSS system for making doxygen look less like 1992 and more like 2022. I need to spend a bunch of time tweaking it to make it look good, and perhaps match it to the style already used at chess.frzn.dev. Added more inline Doxycomments, and also generated an image that represents the logical layout of the boardGrid member variable, showing the mirrored layout. This works well for our project because of the way the serial data comes in.
This commit is contained in:
parent
a1560f1611
commit
fa9d534e94
6 changed files with 38 additions and 12 deletions
|
|
@ -75,7 +75,7 @@ struct Move {
|
|||
};
|
||||
|
||||
/**
|
||||
* @class Piece Piece.hpp "inc/Piece.hpp"
|
||||
* @class Piece Piece.hpp inc/Piece.hpp
|
||||
* @brief A class abstracting chess pieces
|
||||
*
|
||||
* This is a polymorphic base class containing the basic properties all chess pieces have.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue