diff options
-rw-r--r-- | lld/docs/conf.py | 2 | ||||
-rw-r--r-- | lld/docs/open_projects.rst | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py index 815d5aea689..bb3ee8ff554 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -248,4 +248,4 @@ intersphinx_mapping = {} # -- Options for extensions ---------------------------------------------------- # Enable this if you want TODOs to show up in the generated documentation. -#todo_include_todos = False +todo_include_todos = True diff --git a/lld/docs/open_projects.rst b/lld/docs/open_projects.rst index b774b9a0c1d..fd3a681ecd3 100644 --- a/lld/docs/open_projects.rst +++ b/lld/docs/open_projects.rst @@ -5,3 +5,8 @@ Open Projects .. include:: ../include/lld/Core/TODO.txt .. include:: ../lib/Core/TODO.txt + +Documentation TODOs +------------------- + +.. todolist:: |