crypto3
crypto3 copied to clipboard
Reconsider documentation representation
Currently documentation is being generated by doxygen with no sufficient information representation. No concepts description, no examples, no fine formatting.
Documentation generation script enhancement is a crucial step.
This particular task involves:
- [ ] Resolving all the Doxygen-generated warnings and issues.
The rows in the tables are locked incorrectly. So hardfix for that is as such: in doxygen.css comment the rule
.directory tr.even {
padding-left: 6px;
background-color: #F7F8FB;
}
The rows in the tables are locked incorrectly. So hardfix for that is as such: in doxygen.css comment the rule
.directory tr.even { padding-left: 6px; background-color: #F7F8FB; }
Fixed with setting relevant option in customdoxygen.css to correct value.