@@ -122,7 +122,7 @@ typedef struct {
122122 * global configuration file.
123123 *
124124 * This method will not guess the path to the xdg compatible
125- * config file (.config/git/config).
125+ * config file (` .config/git/config` ).
126126 *
127127 * @param out Pointer to a user-allocated git_buf in which to store the path
128128 * @return 0 if a global configuration file has been found. Its path will be stored in `out`.
@@ -149,8 +149,8 @@ GIT_EXTERN(int) git_config_find_xdg(git_buf *out);
149149/**
150150 * Locate the path to the system configuration file
151151 *
152- * If /etc/gitconfig doesn't exist, it will look for
153- * %PROGRAMFILES%\Git\etc\gitconfig.
152+ * If ` /etc/gitconfig` doesn't exist, it will look for
153+ * ` %PROGRAMFILES%\Git\etc\gitconfig` .
154154 *
155155 * @param out Pointer to a user-allocated git_buf in which to store the path
156156 * @return 0 if a system configuration file has been
@@ -161,7 +161,7 @@ GIT_EXTERN(int) git_config_find_system(git_buf *out);
161161/**
162162 * Locate the path to the configuration file in ProgramData
163163 *
164- * Look for the file in %PROGRAMDATA%\Git\config used by portable git.
164+ * Look for the file in ` %PROGRAMDATA%\Git\config` used by portable git.
165165 *
166166 * @param out Pointer to a user-allocated git_buf in which to store the path
167167 * @return 0 if a ProgramData configuration file has been
0 commit comments