Skip to content

Commit 023f83a

Browse files
lePicimichalvasko
authored andcommitted
doxygen BUGFIX source file headers, file attribute
1 parent 36f210e commit 023f83a

22 files changed

+22
-22
lines changed

src/plugins_exts/metadata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins_exts_nacm.c
2+
* @file metadata.c
33
* @author Radek Krejci <[email protected]>
44
* @brief libyang extension plugin - Metadata (RFC 7952)
55
*

src/plugins_exts/metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins_exts_metadata.h
2+
* @file metadata.h
33
* @author Radek Krejci <[email protected]>
44
* @brief ietf-yang-metadata API
55
*

src/plugins_exts/nacm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins_exts_nacm.c
2+
* @file nacm.c
33
* @author Radek Krejci <[email protected]>
44
* @brief libyang extension plugin - NACM (RFC 6536)
55
*

src/plugins_exts/yangdata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins_exts_yangdata.c
2+
* @file yangdata.c
33
* @author Radek Krejci <[email protected]>
44
* @brief libyang extension plugin - yang-data (RFC 8040)
55
*

tests/plugins/invalid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins/invalid.c
2+
* @file invalid.c
33
* @author Radek Krejci <[email protected]>
44
* @brief Invalid testing plugins implementation
55
*

tests/plugins/simple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins/simple.c
2+
* @file simple.c
33
* @author Radek Krejci <[email protected]>
44
* @brief Simple testing plugins implementation
55
*

tests/plugins/validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file plugins/simple.c
2+
* @file validate.c
33
* @author Radek Krejci <[email protected]>
44
* @brief Simple testing plugins implementation
55
*

tests/utests/basic/test_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @file set.c
2+
* @file test_common.c
33
* @author: Radek Krejci <[email protected]>
44
* @brief unit tests for functions from common.c
55
*

tests/utests/basic/test_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @file set.c
2+
* @file test_context.c
33
* @author: Radek Krejci <[email protected]>
44
* @brief unit tests for functions from context.c
55
*

tests/utests/basic/test_hash_table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @file hash_table.c
2+
* @file test_hash_table.c
33
* @author: Radek Krejci <[email protected]>
44
* @brief unit tests for functions from hash_table.c
55
*

0 commit comments

Comments
 (0)