]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update function documentation. 5555/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Nov 2017 06:02:06 +0000 (23:02 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 30 Nov 2017 06:02:06 +0000 (23:02 -0700)
include/deal.II/base/job_identifier.h

index 7b15abfb2263e77a600c9d8830c07c0b5fc40cd8..4cf80a4841e331a581934ddb038fa90c30f17463 100644 (file)
@@ -49,10 +49,11 @@ public:
   static const char *program_id();
 
   /**
-   * Obtain the base name of the file currently being compiled. That is, if
-   * the file is <tt>mypath/file.cc</tt> return just <tt>file</tt>. Typically,
-   * this can be called from a program with the argument <tt>__FILE__</tt> and
-   * is used in the deal.II test suite.
+   * Obtain the base name of the filename passed as argument. That is,
+   * if the file is <tt>mypath/file.cc</tt> return just
+   * <tt>file</tt>. For example, this function can be called from a
+   * user program with argument <tt>__FILE__</tt> to create an
+   * identifier for the program being run.
    */
   static std::string base_name(const char *filename);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.