aboutsummaryrefslogtreecommitdiff
path: root/pw_docgen/py/pw_docgen/docgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_docgen/py/pw_docgen/docgen.py')
-rw-r--r--pw_docgen/py/pw_docgen/docgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_docgen/py/pw_docgen/docgen.py b/pw_docgen/py/pw_docgen/docgen.py
index 7b65e7754..27303a07b 100644
--- a/pw_docgen/py/pw_docgen/docgen.py
+++ b/pw_docgen/py/pw_docgen/docgen.py
@@ -128,7 +128,7 @@ def main() -> int:
if os.path.exists(args.sphinx_build_dir):
shutil.rmtree(args.sphinx_build_dir)
- # TODO(pwbug/164): Printing the header causes unicode problems on Windows.
+ # TODO(b/235349854): Printing the header causes unicode problems on Windows.
# Disabled for now; re-enable once the root issue is fixed.
# print(SCRIPT_HEADER)
copy_doc_tree(args)