Add additional emacs file variable 'compile-command'
[senf.git] / Packets / ParseVec.ct
index 4f20fad..7834140 100644 (file)
@@ -61,7 +61,7 @@ senf::Parse_Vector_wrapper<Parser,SizeParser,Container>::insert(iterator pos,
                                                                        InputIterator f,
                                                                        InputIterator l)
 {
-    /** \fixme This might be horribly inefficient ... we need to
+    /** \todo This might be horribly inefficient ... we need to
         specialize for random_access and forward iterators, where we
         can count the distance */
 
@@ -82,4 +82,5 @@ senf::Parse_Vector_wrapper<Parser,SizeParser,Container>::insert(iterator pos,
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
 // End: