lalr1.cc: improve Doxygen documentation.

* data/location.cc: Qualify file names with directory name.
This commit is contained in:
Akim Demaille
2012-05-21 11:40:42 +02:00
parent a9b67b5b1e
commit 03f1b545b9
3 changed files with 12 additions and 2 deletions

View File

@@ -39,6 +39,11 @@ b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
[2002-2012])
dnl FIXME: This is wrong, we want computed header guards.
[
/**
** \file ]b4_spec_defines_file[
** Define the ]b4_namespace_ref[::parser class.
*/
/* C++ LALR(1) parser skeleton written by Akim Demaille. */
#ifndef PARSER_HEADER_H