Skip to content

Commit

Permalink
Prefix all primitives files
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Feb 5, 2025
1 parent 2f39386 commit ccc4a08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/mged/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ set(
primitives/edtgc.c
primitives/edtor.c
primitives/edvol.c
primitives/generic.c
primitives/table.cpp
primitives/edgeneric.c
primitives/edtable.cpp
rect.c
rtif.c
scroll.c
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* G E N E R I C . C
/* E D G E N E R I C . C
* BRL-CAD
*
* Copyright (c) 1996-2025 United States Government as represented by
Expand All @@ -17,8 +17,9 @@
* License along with this file; see the file named COPYING for more
* information.
*/
/** @file primitives/generic.c
/** @file primitives/edgeneric.c
*
* Editing routines not specific to any one primitive.
*/

#include "common.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* T A B L E . C P P
/* E D T A B L E . C P P
* BRL-CAD
*
* Copyright (c) 1989-2025 United States Government as represented by
Expand All @@ -17,7 +17,7 @@
* License along with this file; see the file named COPYING for more
* information.
*/
/** @file primitives/table.cpp
/** @file primitives/edtable.cpp
*
* Per-primitive methods for solid editing.
*
Expand Down
2 changes: 1 addition & 1 deletion src/mged/rt_ecmd_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
/** @file rt_ecmd_scanner.cpp
*
* Generate a header with defines for all ECMD entries
* Generate a header with defines for all available primitive edit operations.
*/

#include <cstdio>
Expand Down

0 comments on commit ccc4a08

Please sign in to comment.