From 2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Tue, 27 Dec 2022 00:02:30 +0100 Subject: [PATCH] DocBook: add some TODOs for the future. --- src/output_docbook.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/output_docbook.h b/src/output_docbook.h index a65e0c8f84..1fd8d5e896 100644 --- a/src/output_docbook.h +++ b/src/output_docbook.h @@ -12,6 +12,15 @@ * Full author contact details are available in file CREDITS. */ +// TODO: respect languages when opening tags: par.getParLanguage(bparams) in output_latex.cpp +// TODO: if the user specifically asks, output change-tracking information (choice between revisionflag attribute and +// Oxygen's formatting) +// +// ... +// XXX +// + #ifndef OUTPUT_DOCBOOK_H #define OUTPUT_DOCBOOK_H -- 2.39.5