Skip to content

Commit

Permalink
Merge pull request #3344 from fisuda/hardening/1298_adjusting_docs_jp
Browse files Browse the repository at this point in the history
(JP) Fix devel manual after changes implemented as part of #1298
  • Loading branch information
fgalan authored Oct 16, 2018
2 parents bf8f246 + b12aa10 commit d96ae94
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 35 deletions.
2 changes: 1 addition & 1 deletion doc/manuals.jp/contribution_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ Y:Y(const std::string& _fooName, const std::string& _myLongFooName):
*ルール* : ポインタ変数名はサフィックスとして `P` (大文字の P ) を使用する必要があります

```
ContextElement* ceP;
Entity* eP;
```

*理由* : ポインタ変数は、glanze で簡単に識別することができるため、コードが明確になります
Expand Down
4 changes: 4 additions & 0 deletions doc/manuals.jp/devel/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,10 @@ Orion はリクエストをサポートしています :
[Top](#top)

<a name="fixing-a-memory-leak"></a>

注 : この例で使用されているクラス/関数の一部は、コード内に存在しなくなりました (ContextElementVector クラスなど)。
ただし、この例は、メモリリークのデバッグ方法を示すためにも有効です

## メモリ・リークの修正
メモリ・リークは、[valgrind memcheck](http://valgrind.org/docs/manual/mc-manual.html) を使用して検出されます。特別なシェル・スクリプト `test/valgrind/valgrindTestSuite.sh` がこの目的のために開発され、make のステップがそれにリンクされています : `make valgrind`

Expand Down
Loading

0 comments on commit d96ae94

Please sign in to comment.