Commit Graph

62 Commits

Author SHA1 Message Date
Don Cross
0c11c626de Fixed typo in C function topic index. 2019-12-14 22:08:26 -05:00
Don Cross
1971e4d7b5 C: Added coordinate transform functions to topic index. 2019-12-14 22:05:30 -05:00
Don Cross
696dbbaa5d C: Implemented Astronomy_InverseRefraction. 2019-12-10 20:20:31 -05:00
Don Cross
4eed90fd42 Fixed broken links. 2019-08-16 17:54:55 -04:00
Don Cross
10f4490047 Make type names larger in their respective section headers. 2019-06-09 13:21:23 -04:00
Don Cross
0dc47d17a7 A couple of minor fixes to C documentation. 2019-06-09 13:15:47 -04:00
Don Cross
067a4e3059 Replace doxygen links in raw Markdown with Markdown links. 2019-06-09 13:05:06 -04:00
Don Cross
50d18825d7 Fixed link syntax in C topic index. 2019-06-09 12:59:53 -04:00
Don Cross
38499434f3 More work on the C documentation topic index.
Added more functions to the topic index.
Use consistent verb tense: "finds", "calculates", etc.
2019-06-09 12:51:27 -04:00
Don Cross
628eb80080 Added "Celestial Bodies" section to C documentation topic index. 2019-06-09 12:28:06 -04:00
Don Cross
663f8cdb49 Added date/time section to C documentation topic index. 2019-06-09 12:22:14 -04:00
Don Cross
7eb88d30b3 Added documentation for Astronomy_Elongation. Added support for bullet lists. 2019-06-04 11:38:53 -04:00
Don Cross
60e2644f8f Added documentation for C function Astronomy_Seasons.
Also modified hydrogen.js to enclose function parameter names
inside a code block.
2019-06-03 14:13:24 -04:00
Don Cross
2e638da314 More work on C documentation. Tweaks to JS documentation. 2019-06-02 11:45:45 -04:00
Don Cross
c6845c2d58 Generate documentation for C typedefs. 2019-06-01 21:00:58 -04:00
Don Cross
5bcaad1ac3 Added tables of contents with links to sections. 2019-06-01 20:27:16 -04:00
Don Cross
ee83dde084 Use code blocks for enum type names. 2019-06-01 20:07:48 -04:00
Don Cross
1091cc9ea7 Nope, trying to add links to enum values did not work. 2019-06-01 19:47:31 -04:00
Don Cross
2153e12181 Experiment with adding intra-document links to enum values.
I have a feeling this won't work, but at least I should try it.
2019-06-01 19:42:06 -04:00
Don Cross
14ba63eab5 hydrogen: Documenting C enumeration types. 2019-06-01 18:24:17 -04:00
Don Cross
83190bab8a hydrogen: Make parameter table header names consistent. 2019-06-01 16:24:24 -04:00
Don Cross
a1fe941837 hydrogen: generating markdown for C function parameter doxygen comments. 2019-06-01 16:22:43 -04:00
Don Cross
3f39cafb2f Include comma separated list of function parameter names. 2019-06-01 15:24:59 -04:00
Don Cross
6526adb540 More formatting improvements. 2019-05-31 21:05:18 -04:00
Don Cross
957550f716 Improve style of struct descriptions in C documentation. 2019-05-31 20:47:31 -04:00
Don Cross
848cf18a21 Style tweak for C function documentation. 2019-05-31 20:46:06 -04:00
Don Cross
95cb34fce5 hydrogen: More work on documenting C functions. 2019-05-31 20:40:42 -04:00
Don Cross
5c110eef8e hydrogen: Do not use code block for function prototypes: too ugly! 2019-05-31 19:44:33 -04:00
Don Cross
c8d56881bd Starting to generate markdown for C function prototypes. 2019-05-31 18:02:49 -04:00
Don Cross
afbec20b79 Link to other types from tables describing struct members. 2019-05-30 21:40:43 -04:00
Don Cross
64b513b67f More work on C documentation processor. 2019-05-30 21:28:50 -04:00
Don Cross
515e32a5ee Fixed internal links to symbols. Fixed some typos. 2019-05-30 21:19:03 -04:00
Don Cross
937789e9b4 Render descriptions of structs in C documentation. 2019-05-30 21:12:58 -04:00
Don Cross
01220ed5aa Add space before paragraph elements. 2019-05-30 20:55:29 -04:00
Don Cross
fd16d8d58c Make type column come before member column in struct tables.
It makes more sense for the C documentation of structs to
have the type come first, then the struct member name,
because it reads more like actual C code that way.
2019-05-30 20:48:04 -04:00
Don Cross
07b2d6e9b4 Another attempt to fix markdown boldface. 2019-05-30 20:45:51 -04:00
Don Cross
fd03142462 Experiment to get boldface tags working in kramdown. 2019-05-30 20:43:58 -04:00
Don Cross
abea7fe720 Giving up on using html paragraphs inside kramdown tables for now. 2019-05-30 20:35:30 -04:00
Don Cross
ca87caaac5 Another attempt to get kramdown and github to both render paragraphs inside tables. 2019-05-30 20:20:49 -04:00
Don Cross
5c258c5f2b Third attempt to get html to render correctly on github.com and gh-pages. 2019-05-30 17:56:50 -04:00
Don Cross
1938c2ab98 Second attempt to prevent gh-pages (kramdown) escaping html inside tables. 2019-05-30 17:54:21 -04:00
Don Cross
de42c967d7 Trying to get html to render correctly inside tables in gh-pages. 2019-05-30 17:46:53 -04:00
Don Cross
c8a0300ac0 hydrogen: trying to format paragraphs within tables. 2019-05-30 17:19:01 -04:00
Don Cross
ae201d1db6 Needed another blank line after the last structure table. 2019-05-30 15:57:58 -04:00
Don Cross
77d1b8d9c4 Total guessing game trying to get Markdown tables to render.
I don't understand the weird differences between rendering rules
on github.io and github.com. Maybe table headers need to begin
with capital letters?
2019-05-30 15:50:54 -04:00
Don Cross
645e00b7bf one more attempt to get structure tables rendering. 2019-05-30 15:45:44 -04:00
Don Cross
4dfe5152ab hydrogen: Need blank line before each table for Markdown to render it correctly. 2019-05-30 15:43:22 -04:00
Don Cross
d26fa48d44 hydrogen: Starting to render Markdown for structure fields. 2019-05-30 15:40:38 -04:00
Don Cross
65e380e59c Trying to get tables to render on github.com; adding headers. 2019-05-28 21:30:45 -04:00
Don Cross
be735decb3 Shot in the dark... trying to fix wonky README. 2019-05-28 21:22:50 -04:00