projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a5aa7
)
Disable display of TODO's.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 7 Dec 2009 14:24:21 +0000
(15:24 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 7 Dec 2009 14:24:39 +0000
(15:24 +0100)
Utils/Fixme.tex
patch
|
blob
|
history
diff --git
a/Utils/Fixme.tex
b/Utils/Fixme.tex
index ca423acbe758d80a6c78d3727e6c571c8675c9c8..1e2c65e04ec97b12dba7067bc5fd369edfcc1fc8 100644
(file)
--- a/
Utils/Fixme.tex
+++ b/
Utils/Fixme.tex
@@
-10,8
+10,9
@@
\setuplabeltext[en][fixmenote=\small{NOTE}:\crlf ]
\setuplabeltext[en][fixmetodo=\small{TODO}:\crlf ]
-% Disable todo's and fixmes, only notes are meant for my supervisors.
-%\def\todo#1{}
-%\def\fixme#1{}
+% Disable todo's
+\def\todo#1{}
+\def\fixme#1{}
+\def\fxnote#1{}
% vim: set sw=2 sts=2 expandtab: