[LyX/master] DocBook: add some TODOs for the future.
Thibaut Cuvelier
tcuvelier at lyx.org
Mon Dec 26 22:05:54 UTC 2022
commit 2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date: Tue Dec 27 00:02:30 2022 +0100
DocBook: add some TODOs for the future.
---
src/output_docbook.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/output_docbook.h b/src/output_docbook.h
index a65e0c8..1fd8d5e 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)
+// <?oxy_options track_changes="on"?> <!-- After closing root tag -->
+// <?oxy_comment_start author="XXX" timestamp="20221226T235332+0100" comment="XXX"?>...<?oxy_comment_end?>
+// <?oxy_insert_start author="XXX" timestamp="20221226T235458+0100"?>XXX<?oxy_insert_end?>
+// <?oxy_delete author="XXX" timestamp="20221226T235519+0100" content="XXX"?> <!-- XML-encoded deleted text
+// (including tags) -->
+
#ifndef OUTPUT_DOCBOOK_H
#define OUTPUT_DOCBOOK_H
More information about the lyx-cvs
mailing list