crypto3 icon indicating copy to clipboard operation
crypto3 copied to clipboard

Reconsider documentation representation

Open nemothenoone opened this issue 5 years ago • 2 comments

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.

nemothenoone avatar Nov 03 '19 09:11 nemothenoone

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;
}

nkaskov avatar Feb 29 '20 01:02 nkaskov

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.

nemothenoone avatar Feb 29 '20 15:02 nemothenoone