Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Add --todo option to handle @todo tags #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

njourdane
Copy link

Add the new todo option in javasphinx-apidoc, enabled with -d or --todo.

If enabled, each time a @todo tag appears on a Javadoc comment, a reST todo directive is added to the generated doc. As a result, the list of all todo tasks in the Java code can be generated with the .. todolist:: directive.

Of course, it works only if sphinx.ext.todo is added to the list of extensions.

This option and its working principle is inspired by the useful todo option from Doxygen.

Note : I also added in this PR a test folder, in commit ece212a. I used it to test this functionality and I think it makes sense to keep it in the repository in order to developers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant