Commit Graph

17 Commits

Author SHA1 Message Date
101af147b6 Improve doxygen dark mode css 2023-07-16 14:41:32 -04:00
1a28797b89 Add src/tests to source excxlusion in Doxyfile 2023-06-15 15:18:54 -04:00
b51f91f39f Tweak doxygen, increase parallelism 2023-05-25 22:02:53 -04:00
ffe33d1921 Fix Doxyfile 2023-05-16 14:49:43 -04:00
1812a6bfad Updating Doxyfile for new version of doxygen 2023-05-16 13:47:38 -04:00
86607627ae Updating Doxyfile format 2022-03-24 22:43:25 -04:00
f52b3c2990 Refactor: libframework -> libframework-core; libsystem -> libframework-system
Work #92, Work #94
2022-02-01 23:49:09 -05:00
b60d7e786c Work #77 - Generalized IterablePool to IterableList 2022-01-04 01:53:35 -05:00
635a23582d Doxygen documentation nitpicks 2022-01-03 20:36:39 -05:00
c9a4c90c9d Close #69, adding custom dark theme for Doxygen 2021-12-22 19:47:05 -05:00
3ee7097cc0 Close #54, Close #46 - New TypeInfo interfae for IComponent and derived.
Removed the three (typename, typeid, enitity)  getters and replace the
trio with structured.  Furthermore, creted a way for IComponent to
determine a child class's type, by calling its virtual get_type()
method on an instance that was allocated statically and is otherwise
unused.
2021-12-16 03:00:41 -05:00
e3191fc517 Close #18 - Doxygen Docs CSS Theming 2021-10-12 18:04:42 -04:00
00ad783640 Add Tim Majerle's Doxygen theme from github.
https://github.com/MaJerle/doxygen-dark-theme
2021-07-07 22:17:19 -04:00
978f7616ff Work #80 - Impl. player view & pos component.
New:
 * src/framework/view/RenderedCircle.hpp
	inherits -> src/framework/model/ViewDataComponent.hpp

ViewDataComponent.hpp:
 * CHANGE: Made abstract, code moved to new concrete class.
 * TODO: Rename this to IViewDataComponent.hpp

# Additional Changes
DoxyFile:
 * CHANGE: Enable inline documentation of base class methods
2020-10-23 15:44:57 -04:00
f1f55921ce Using more descriptive namespace names overall, reworking the SDL
System layer.

.gitignore: now ignoring ctags files
Doxyfile: now extracts include headers
2019-07-17 07:18:39 -04:00
a01f9dc642 Docs: configuring doxygen 2018-10-25 08:42:41 -04:00
5bde396a2f Adding documentation support w/ Doxuygen 2018-10-25 08:39:21 -04:00