Skip to content

Commit bdf6326

Browse files
committed
docs(api): remove unescaped angle brackets in Doxygen docstrings
1 parent c5e2214 commit bdf6326

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/apg/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @brief Install-time security policy.
1616
*
1717
* When @p require_signature is true, @c trans_commit() refuses to install
18-
* packages whose detached signature at @c <pkg_path>.sig cannot be verified
18+
* packages whose detached signature at @c pkg_path.sig cannot be verified
1919
* against the keys in @p keyring_dir.
2020
*/
2121
typedef struct

include/apg/transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct apg_trans;
124124
* @brief Attach an install policy to a transaction.
125125
*
126126
* Must be called before trans_commit(). When @p policy->require_signature is
127-
* true, commit rejects any package whose @c <pkg_path>.sig does not verify
127+
* true, commit rejects any package whose @c pkg_path.sig does not verify
128128
* against the keys in @p policy->keyring_dir (default: @c /etc/apg/trusted.d).
129129
* Pass NULL to clear a previously set policy.
130130
*

0 commit comments

Comments
 (0)