doc/commands: introduce Markdown rendering for commands
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 3 May 2018 16:42:03 +0000 (12:42 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 11 May 2018 14:56:11 +0000 (10:56 -0400)
commit2f9b794eba3c433b40d3fad74e243fe32f6325c6
treefd4c6189c38354db7fad33138ef29ff7a307aba0
parent8f1b7f24824e92aadc79846af492ea9611f5fc33
doc/commands: introduce Markdown rendering for commands

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
33 files changed:
src/doc/commands/commands_md.nit [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.nit [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ancestors.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_call.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_children.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_comment.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_descendants.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_entity.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_features.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_clone.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_contrib_file.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_contrib_file_content.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_contributors.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_desc.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_git.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_issues.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_license.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_license_file.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_license_file_content.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_ini_maintainer.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_lin.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_link.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_main_compile.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_mains.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_man_options.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_man_synopsis.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_mentities.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_new.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_param.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_parents.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_return.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_search.res [new file with mode: 0644]
src/doc/commands/tests/test_commands_md.sav/test_cmd_testing.res [new file with mode: 0644]