Skip to content

Commit

Permalink
Merge branch 'error_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jun 9, 2021
2 parents 905d732 + adf7072 commit f8e9a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,8 @@ INPUT = docsrc \
library/lattice/c/include \
library/lattice/cpp/include \
library/platform_dependent/cpp/include \
library/property/c/include \
library/property/cpp/include \
library/text/c/include \
library/text/cpp/include \
library/trie/c/include \
Expand Down
2 changes: 1 addition & 1 deletion library/property/c/include/tetengo/property/storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ tetengo_property_storageLoader_t* tetengo_property_storageLoader_createWindowsRe
proxy.
There is no need to destroy the real storage loader after calling this function.
\param p_readl_storage_loader A pointer to a real storage loader.
\param p_real_storage_loader A pointer to a real storage loader.
\return A pointer to a storage loader.
*/
Expand Down

0 comments on commit f8e9a84

Please sign in to comment.