소스 검색

* Minor syntax fix in the doxygen documentation.

tags/v0.99.beta14
Sam Hocevar sam 19 년 전
부모
커밋
d8fcbe5b8b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      cucul/buffer.c

+ 2
- 2
cucul/buffer.c 파일 보기

@@ -34,8 +34,8 @@
* will appear in the buffer. * will appear in the buffer.
* *
* Keep in mind that buffers are not strings. When loading a C string, the * Keep in mind that buffers are not strings. When loading a C string, the
* terminating '\0' must not be part of the buffer, hence \e size should
* be computed with strlen(). Conversely, the '\0' is not appended to
* terminating '\\0' must not be part of the buffer, hence \e size should
* be computed with strlen(). Conversely, the '\\0' is not appended to
* exported buffers even when they could be parsed as strings. * exported buffers even when they could be parsed as strings.
* *
* \param data The memory area to load. * \param data The memory area to load.


불러오는 중...
취소
저장