포럼: 掲示板 (Thread #8502)

クラスメンバ名とプロパティ名の違いが大文字小文字の場合について (2005-08-26 19:44 by Anonymous #16043)

クラスメンバ
private string sample;

プロパティ
public string Sample {
get {
return this.sample;
}
set {
this.sample = value;
}

としている場合、htmlファイルが1つしか作成されない
のですが、仕方ないのでしょうか。
2つ作成されるようにできるのでしょうか?

Reply to #16043×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: クラスメンバ名とプロパティ名の違いが大文字小文字の場合について (2005-08-29 11:17 by data #16090)

上記の例でいうと、DocumentPrivatesをtrueにすると発生するバグですね。

大文字小文字の違いだけだと、同じファイル名になっちゃうことが原因です。
けど、本家の開発版でも修正されていないんですよね。

どうせ、.NET 2.0で本家もバージョンアップするような気もするし...
Reply to #16043

Reply to #16090×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

修正β版リリース (2005-08-30 12:29 by data #16119)

本件に対応するバージョンをリリースしました。

ソースをそれなりにいじる必要があったので、とりあえず、β版から始めます。
ご確認ください。
特に、
・リンク先がない
・リンク先が間違っている
に注意して確認ください。
Reply to #16043

Reply to #16119×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 修正β版リリース (2005-09-05 10:10 by Anonymous #16258)

対応していただき、ありがとうございます。
試してみようと
ndoc-ja-installer-v1.3.1-rev2-beta.msiをダウンロードしようとしましたが、サイズが0KBとなっており、利用できませんでした。
Reply to #16119

Reply to #16258×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

再アップロードしました (2005-09-07 09:48 by data #16290)

あれ? ほんとですね。
ファイルを消した後に同じ名前でアップロードしなおしたのが原因か?

そんなわけで、ファイル名を変えてアップロードし直しました。

ご迷惑をお掛けしました。
Reply to #16258

Reply to #16290×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: リンク切れ (2005-10-19 13:42 by Anonymous #17262)

横レス失礼します。
非常に有用なツールですね。助かっています。

ところで、この版(v1.3.1 rev2 beta1)では、クラスメンバ一覧の中から、コンストラクタへのリンクがリンク切れになるようです。オーバロードされたコンストラクタも、オーバロード一覧からのリンクがリンク切れになります。

v1.3.1 rev1では問題ありませんでした。

以上ご報告まで
Reply to #16119

Reply to #17262×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

リンク切れ修正 (2005-10-26 11:32 by data #17484)

修正しました。
ご報告ありがとうございます。

# NDocの2.0対応はでないかも...
Reply to #17262

Reply to #17484×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login