X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_file.hxx;h=f029763338d9e8fad576bd3b63552ba3e2b1baf9;hb=dc09a50472890ac706d3c76d8af34cc3682ada0c;hp=b116cf1f8c7d3e26cd4d1c070b2a6f5572ee0367;hpb=bf0d95145d8a49410b6ed5ea6c451ee916b9fc02;p=simgear.git diff --git a/simgear/io/sg_file.hxx b/simgear/io/sg_file.hxx index b116cf1f..f0297633 100644 --- a/simgear/io/sg_file.hxx +++ b/simgear/io/sg_file.hxx @@ -4,7 +4,7 @@ // Written by Curtis Olson, started November 1999. // -// Copyright (C) 1999 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1999 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -87,7 +87,7 @@ public: // close file bool close(); - /** Return the name of the file being manipulated. */ + /** @return the name of the file being manipulated. */ inline string get_file_name() const { return file_name; } };