third_party.pigweed.src/pw_console/BUILD.gn
Anthony DiGirolamo 464409932a pw_console: Cleanup mouse_handler functions
Create pw_console.widgets.mouse_handlers.on_click to simplify
creating clickable text in toolbars.

Started the manual testing guide.

Change-Id: I01ebbc01926c4a224936fef4437730ab3e49c69d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/53701
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-07-21 05:10:55 +00:00

27 lines
781 B
Plaintext

# Copyright 2021 The Pigweed Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
import("//build_overrides/pigweed.gni")
import("$dir_pw_docgen/docs.gni")
pw_doc_group("docs") {
sources = [
"docs.rst",
"embedding.rst",
"internals.rst",
"testing.rst",
]
}