From: Thibaut Cuvelier Date: Mon, 26 Dec 2022 23:02:30 +0000 (+0100) Subject: DocBook: add some TODOs for the future. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6;p=features.git DocBook: add some TODOs for the future. --- 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